home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / ansi15b.lzh / XYZREAD.ME < prev   
Text File  |  1992-08-01  |  6KB  |  144 lines

  1.                        XYZ v2.01 Quick Reference
  2.  
  3. You should have the following files:
  4. XYZ.TTP         The program itself
  5. XYZ.DOC         Full documentation
  6. READ.ME         This file
  7.  
  8. Here it is at last -- XYZ with uploading!
  9.  
  10. XYZ v2.01 is shareware.  If you use it, please contribute.  I suggest $10.
  11. Send contributions, along with any other comments, to:
  12.  
  13. Alan Hamilton
  14. 6202 N. 16th St. #202
  15. Phoenix, AZ 85016-1734
  16.  
  17. If you have already contributed for an earlier version of XYZ, you don't
  18. need to register again.
  19.  
  20. I can also be reached on the GEnie network at STARFALL.
  21.  
  22. XYZ version 2.01 is an enhanced version of v2.0.  New features:
  23.  
  24.  o More detailed status display
  25.  o Files to be sent can be specified in a text file
  26.  o Files transferred successfully can be listed in a text file
  27.  o Modem carrier detect can be monitored
  28.  o Status messages can be suppressed
  29.  o Extended ZMODEM options can be sent to systems that use the UNIX
  30.    RZ and SZ programs
  31.  
  32. The new status display shows the bytes left to transfer, the percent
  33. transferred, the characters per second (cps) for both the current
  34. block, and the average for the whole file, plus the estimated time left
  35. for the transfer.  Since the estimated transfer time is now figured on
  36. the fly, XYZ does not have to know the modem port baud rate, so the
  37. -b command has been deleted.
  38.  
  39. New commands:
  40. Remember, any option that takes a parameter must have the parameter right
  41. after the option.  Do not put a space between them.
  42.  
  43. RIGHT:  -iFILELIST.TXT
  44. WRONG:  -i FILELIST.TXT
  45.  
  46. -i<filename>    This option lets you specify files to upload in a text file,
  47.         rather than on the command line.  The files listed in the
  48.         file will be uploaded in addition to any files on the
  49.         command line.  There is a limit of 100 filenames, but
  50.         they can contain wildcards.  Any wildcarded name will match
  51.         and send any number of files.  The filenames should be
  52.         separated by any combination of tabs, spaces, cursor returns,
  53.         or linefeeds.
  54.  
  55. -o<filename>    This option makes XYZ create a text file containing the names
  56.         of all the files transferred successfully.  Any files that
  57.         were not transferred will not be listed.  The filenames are
  58.         separated by a cursor return/linefeed pair.  If XYZ was
  59.         not using the default folder, the filenames will have
  60.         the path in front of them.
  61.  
  62. -q[q]        Quiet.  This option keeps XYZ from printing the status
  63.         messages that it normally prints.  Error messages will still
  64.         be printed.  To suppress all messages, use the -qq option.
  65.  
  66. -c        Carrier detect.  This monitors the carrier detect line
  67.         on the modem port (pin 8).  If the carrier is lost (the
  68.         other system hangs up, etc.) XYZ will abort.  For this
  69.         to work, the modem must generate the carrier detect signal,
  70.         and the modem cable must connect pin 8 to the ST.
  71.  
  72. -1[filename]    One file -- no batch transfers.  For YMODEM and ZMODEM
  73.         downloads, this makes XYZ only accept the first file sent.
  74.         Any other files sent are rejected.  If a filename is
  75.         specified, the one file is saved under that name, not
  76.         under the one the other system gave.  Do not include any
  77.         path information in this command -- just give the
  78.         FILENAME.EXT.  Use the regular folder specification on
  79.         the command line to direct it into a folder other than
  80.         the default one.  Note that -1 is a number one, not
  81.         the letter el.  -l will not work.
  82.  
  83. -z[options]    This allows you to specified UNIX-style ZMODEM options to
  84.         the remote system while uploading.  The options letters
  85.         are the same as the SZ commands.  To conform with the UNIX
  86.         style of parameters, the option letters must be in
  87.         the proper case, upper or lower.  For example, -zy tells
  88.         RZ to overwrite any file that exists with the same name as
  89.         the one being sent.  XYZ does *not* use these commands;
  90.         only use them when sending files to a system that uses the
  91.         UNIX conventions.
  92.  
  93. See XYZ.DOC for full information on all of the new features.
  94.  
  95. Command line examples:
  96.  
  97.                         No options means do a ZMODEM download to the
  98.                         current default folder
  99.  
  100. c:\download             Do a ZMODEM download to the DOWNLOAD folder on
  101.                         drive C
  102.  
  103. -y                      Do a YMODEM download to the default folder
  104.  
  105. -y c:\download          Do a YMODEM download to the DOWNLOAD folder on
  106.                         drive C
  107.  
  108. -x file1.arc            Do a XMODEM download of FILE1.ARC to the default
  109.                         folder (a filename must always be used with XMODEM)
  110.  
  111. To upload, put -u on the command line, along with the filename or filenames
  112. (up to ten) to be uploaded.  They may contain wildcards, and all files that
  113. match a wildcard pattern will be sent.
  114.  
  115. Examples:
  116.  
  117. -u e:\uploads\*.*       Do a ZMODEM upload of all files in the UPLOADS folder
  118.  
  119. -u afile.txt            Do a ZMODEM upload of AFILE.TXT that's in the default
  120.                         folder
  121.  
  122. -u *.*                  Do a ZMODEM upload of all files in the default folder
  123.                         NOTE: If this is the folder XYZ.TTP is in, it will
  124.                         send itself, so watch out.
  125.  
  126. -u -iFILELIST.TXT    Do a ZMODEM upload of all the files listed in the
  127.             text file FILELIST.TXT
  128.  
  129. -y -u e:\uploads\*.ARC      Send all ARC files in the UPLOADS folder
  130.                                 using YMODEM
  131.  
  132. XMODEM can only send one file.  If you use wildcards, only the first file
  133. that matches will be sent.
  134.  
  135. -x -u afile.txt             Send AFILE.TXT from the default folder using
  136.                                 XMODEM
  137.  
  138. -x1k -u a:\bfile.txt        Send BFILE.TXT from the root directory on drive
  139.                                 A using XMODEM with 1k blocks
  140.  
  141. If you have any problems, run XYZ with the -vlog.txt command, and send me
  142. the LOG.TXT file, along with any comments you may have.  I can be reached as
  143. STARFALL on GEnie.
  144.